From 33f0675cac30082eb7fb47a5c908256a71413d15 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 10 Jan 2009 18:40:52 +0000 Subject: [PATCH] * xdisp.c (pos_visible_p): When iterator stops on the last glyph of a display vector, backtrack. (try_window_reusing_current_matrix): Check glyph type before referencing charpos member. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 7c81f85dcc6..5fc845a6701 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2009-01-10 Chong Yidong + + * xdisp.c (pos_visible_p): When iterator stops on the last glyph + of a display vector, backtrack. + (try_window_reusing_current_matrix): Check glyph type before + referencing charpos member. + 2009-01-10 Eli Zaretskii Fix Bug #876: -- 2.30.2